home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
Word-Safari.swf
/
scripts
/
DefineSprite_123
/
frame_2
/
DoAction.as
Wrap
Text File
|
2008-02-25
|
145b
|
10 lines
this.onEnterFrame = function()
{
if(Key.isDown(37) and _root.gogogo == true)
{
y = 1;
gotoAndStop(1);
}
};
stop();